Face Lock
Face lock technology that allows users to create and manipulate images with facial features of the input image, enabling the production of personalized and dynamic artwork.
Tip
- Use good clarity photos where the face is clearly visible
- Give simple prompts
- Input
- Output
https://api.imagepipeline.io/facelock/v1
API-Key
{
"input_face": "https://i.ibb.co/C0vGFDM/Remove-background-project.png",
"model_id": "4ff0ef09-fb46-4cc5-91f5-e5d5e0230646",
"seed": 9999,
"width": 1024,
"height": 1024,
"prompt": "portrait of woman, red hair, white sweater, snowy background, highly detailed, 8k",
"samples": 2,
"guidance_scale": 1,
"negative_prompt": "deformed anatomy, open mouth, cross-eyes, imperfect features, crooked teeth, different eye colour",
"num_inference_steps": 10
}
https://api.imagepipeline.io/facelock/v1/status/{{id}}
API-Key
{
"download_urls": [
"https://f005.backblazeb2.com/b2api/v2/b2_download_file_by_id?..."
],
"status": "SUCCESS"
}
Status
Your response will include a status
.
- If the
status
=SUCCESS
, you will also havedownload_urls
that will have the links to your generated image based on the number of samples you have entered. The maximum number of samples that can be generated is 4. - If the
status
=PENDING
, you will receive aid
. You can use the status endpoint to fetch your image using theid
. - If the
status
=FAILURE
, you will receive only an error message.
Endpoint: [GET]
https://api.imagepipeline.io/facelock/v1/status/{{id}}
Pass the API-Key as the authorization in the header.